home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / gravity.swf / scripts / frame_103 / PlaceObject2_187_31 / CLIPACTIONRECORD onClipEvent(enterFrame).as next >
Encoding:
Text File  |  2007-03-28  |  264 b   |  12 lines

  1. onClipEvent(enterFrame){
  2.    if(myGocommand == "go")
  3.    {
  4.       this._x -= xDirect + _parent.lander.Xparticleshift;
  5.       this._y -= yDirect + _parent.lander.Yparticleshift;
  6.    }
  7.    if(getTimer() - myTTL >= 2500)
  8.    {
  9.       removeMovieClip(this);
  10.    }
  11. }
  12.